3.691 \(\int \frac{x^2}{\left (a+b x^6\right ) \sqrt{c+d x^6}} \, dx\)

Optimal. Leaf size=54 \[ \frac{\tan ^{-1}\left (\frac{x^3 \sqrt{b c-a d}}{\sqrt{a} \sqrt{c+d x^6}}\right )}{3 \sqrt{a} \sqrt{b c-a d}} \]

[Out]

ArcTan[(Sqrt[b*c - a*d]*x^3)/(Sqrt[a]*Sqrt[c + d*x^6])]/(3*Sqrt[a]*Sqrt[b*c - a*
d])

_______________________________________________________________________________________

Rubi [A]  time = 0.137993, antiderivative size = 54, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 3, integrand size = 24, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.125 \[ \frac{\tan ^{-1}\left (\frac{x^3 \sqrt{b c-a d}}{\sqrt{a} \sqrt{c+d x^6}}\right )}{3 \sqrt{a} \sqrt{b c-a d}} \]

Antiderivative was successfully verified.

[In]  Int[x^2/((a + b*x^6)*Sqrt[c + d*x^6]),x]

[Out]

ArcTan[(Sqrt[b*c - a*d]*x^3)/(Sqrt[a]*Sqrt[c + d*x^6])]/(3*Sqrt[a]*Sqrt[b*c - a*
d])

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 17.3923, size = 46, normalized size = 0.85 \[ \frac{\operatorname{atanh}{\left (\frac{x^{3} \sqrt{a d - b c}}{\sqrt{a} \sqrt{c + d x^{6}}} \right )}}{3 \sqrt{a} \sqrt{a d - b c}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(x**2/(b*x**6+a)/(d*x**6+c)**(1/2),x)

[Out]

atanh(x**3*sqrt(a*d - b*c)/(sqrt(a)*sqrt(c + d*x**6)))/(3*sqrt(a)*sqrt(a*d - b*c
))

_______________________________________________________________________________________

Mathematica [A]  time = 0.0417379, size = 54, normalized size = 1. \[ \frac{\tan ^{-1}\left (\frac{x^3 \sqrt{b c-a d}}{\sqrt{a} \sqrt{c+d x^6}}\right )}{3 \sqrt{a} \sqrt{b c-a d}} \]

Antiderivative was successfully verified.

[In]  Integrate[x^2/((a + b*x^6)*Sqrt[c + d*x^6]),x]

[Out]

ArcTan[(Sqrt[b*c - a*d]*x^3)/(Sqrt[a]*Sqrt[c + d*x^6])]/(3*Sqrt[a]*Sqrt[b*c - a*
d])

_______________________________________________________________________________________

Maple [F]  time = 0.061, size = 0, normalized size = 0. \[ \int{\frac{{x}^{2}}{b{x}^{6}+a}{\frac{1}{\sqrt{d{x}^{6}+c}}}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(x^2/(b*x^6+a)/(d*x^6+c)^(1/2),x)

[Out]

int(x^2/(b*x^6+a)/(d*x^6+c)^(1/2),x)

_______________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \[ \text{Exception raised: ValueError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x^2/((b*x^6 + a)*sqrt(d*x^6 + c)),x, algorithm="maxima")

[Out]

Exception raised: ValueError

_______________________________________________________________________________________

Fricas [A]  time = 0.259833, size = 1, normalized size = 0.02 \[ \left [\frac{\log \left (\frac{4 \,{\left ({\left (a b^{2} c^{2} - 3 \, a^{2} b c d + 2 \, a^{3} d^{2}\right )} x^{9} -{\left (a^{2} b c^{2} - a^{3} c d\right )} x^{3}\right )} \sqrt{d x^{6} + c} +{\left ({\left (b^{2} c^{2} - 8 \, a b c d + 8 \, a^{2} d^{2}\right )} x^{12} - 2 \,{\left (3 \, a b c^{2} - 4 \, a^{2} c d\right )} x^{6} + a^{2} c^{2}\right )} \sqrt{-a b c + a^{2} d}}{b^{2} x^{12} + 2 \, a b x^{6} + a^{2}}\right )}{12 \, \sqrt{-a b c + a^{2} d}}, \frac{\arctan \left (\frac{{\left (b c - 2 \, a d\right )} x^{6} - a c}{2 \, \sqrt{d x^{6} + c} \sqrt{a b c - a^{2} d} x^{3}}\right )}{6 \, \sqrt{a b c - a^{2} d}}\right ] \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x^2/((b*x^6 + a)*sqrt(d*x^6 + c)),x, algorithm="fricas")

[Out]

[1/12*log((4*((a*b^2*c^2 - 3*a^2*b*c*d + 2*a^3*d^2)*x^9 - (a^2*b*c^2 - a^3*c*d)*
x^3)*sqrt(d*x^6 + c) + ((b^2*c^2 - 8*a*b*c*d + 8*a^2*d^2)*x^12 - 2*(3*a*b*c^2 -
4*a^2*c*d)*x^6 + a^2*c^2)*sqrt(-a*b*c + a^2*d))/(b^2*x^12 + 2*a*b*x^6 + a^2))/sq
rt(-a*b*c + a^2*d), 1/6*arctan(1/2*((b*c - 2*a*d)*x^6 - a*c)/(sqrt(d*x^6 + c)*sq
rt(a*b*c - a^2*d)*x^3))/sqrt(a*b*c - a^2*d)]

_______________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{x^{2}}{\left (a + b x^{6}\right ) \sqrt{c + d x^{6}}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x**2/(b*x**6+a)/(d*x**6+c)**(1/2),x)

[Out]

Integral(x**2/((a + b*x**6)*sqrt(c + d*x**6)), x)

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.223548, size = 97, normalized size = 1.8 \[ -\frac{\sqrt{d} \arctan \left (\frac{{\left (\sqrt{d} x^{3} - \sqrt{d x^{6} + c}\right )}^{2} b - b c + 2 \, a d}{2 \, \sqrt{a b c d - a^{2} d^{2}}}\right )}{3 \, \sqrt{a b c d - a^{2} d^{2}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x^2/((b*x^6 + a)*sqrt(d*x^6 + c)),x, algorithm="giac")

[Out]

-1/3*sqrt(d)*arctan(1/2*((sqrt(d)*x^3 - sqrt(d*x^6 + c))^2*b - b*c + 2*a*d)/sqrt
(a*b*c*d - a^2*d^2))/sqrt(a*b*c*d - a^2*d^2)